home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / SHARED.DIR / 00863.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  284 b   |  14 lines

  1. on mouseUp
  2.   puppetSprite(36, 1)
  3.   set the locH of sprite 36 to 650
  4.   updateStage()
  5.   repeat with x = 37 to 46
  6.     puppetSprite(x, 1)
  7.   end repeat
  8.   repeat with x = 37 to 46
  9.     set the locH of sprite x to the locH of sprite x + 650
  10.     updateStage()
  11.   end repeat
  12.   updateStage()
  13. end
  14.